By using the configured table mappings of ConfigurationFirstDiamantGroupingDao<TEntity, TEntityGroup, TDataContext, TDataCommand, OnGetMappings, this inversion control method automatically produces an SQL SELECT command that handles the request to configure a read command for all entities in the segment defined by Paging and in compliance with the Where filter from MySql.

Read entities are grouped according to the GroupBy criteria and then sorted by applying the OrderBy criteria.
Name Description
OnConfigureSelectCommand(MySqlCommand, GroupBy, OrderBy, Paging) By using the configured table mappings of ConfigurationFirstDiamantGroupingDao<TEntity, TEntityGroup, TDataContext, TDataCommand, OnGetMappings, this inversion control method automatically produces an SQL SELECT command that handles the request to configure a read command for all entities in the segment defined by Paging from the underlying relational data store.

Read entities are grouped according to the GroupBy criteria and then sorted by applying the OrderBy criteria.
OnConfigureSelectCommand(MySqlCommand, Where, GroupBy, OrderBy, Paging) By using the configured table mappings of ConfigurationFirstDiamantGroupingDao<TEntity, TEntityGroup, TDataContext, TDataCommand, OnGetMappings, this inversion control method automatically produces an SQL SELECT command that handles the request to configure a read command for all entities in the segment defined by Paging and in compliance with the Where filter from MySql.

Read entities are grouped according to the GroupBy criteria and then sorted by applying the OrderBy criteria.
OnConfigureSelectCommand(TDataCommand, GroupBy) By using the configured table mappings of OnGetMappings, this inversion control method automatically produces an SQL SELECT command that handles the request to configure a read command for all entities from the underlying relational data store.

Read entities are grouped according to the GroupBy criteria. (inherited from ConfigurationFirstDiamantGroupingDao<TEntity, TEntityGroup, TDataContext, TDataCommand, TDataReader>).
OnConfigureSelectCommand(TDataCommand, GroupBy, OrderBy) By using the configured table mappings of OnGetMappings, this inversion control method automatically produces an SQL SELECT command that handles the request to configure a read command for all entities from the underlying relational data store.

Read entities are grouped according to the GroupBy criteria and then sorted by applying the OrderBy criteria. (inherited from ConfigurationFirstDiamantGroupingDao<TEntity, TEntityGroup, TDataContext, TDataCommand, TDataReader>).
OnConfigureSelectCommand(TDataCommand, Where, GroupBy) By using the configured table mappings of OnGetMappings, this inversion control method automatically produces an SQL SELECT command that handles the request to configure a read command for all entities in compliance with the Where filter from the underlying relational data store.

Read entities are grouped according to the GroupBy criteria. (inherited from ConfigurationFirstDiamantGroupingDao<TEntity, TEntityGroup, TDataContext, TDataCommand, TDataReader>).
OnConfigureSelectCommand(TDataCommand, Where, GroupBy, OrderBy) By using the configured table mappings of OnGetMappings, this inversion control method automatically produces an SQL SELECT command that handles the request to configure a read command for all entities in compliance with the Where filter from the underlying relational data store.

Read entities are grouped according to the GroupBy criteria and then sorted by applying the OrderBy criteria. (inherited from ConfigurationFirstDiamantGroupingDao<TEntity, TEntityGroup, TDataContext, TDataCommand, TDataReader>).
OnConfigureSelectCommand(TDataCommand, GroupBy, OrderBy, Paging) Handles the request to configure a select data command suitable for the underlying relational data store. (inherited from DiamantGroupingDao<TEntity, TEntityGroup, TDataContext, TDataCommand, TDataReader>).
OnConfigureSelectCommand(TDataCommand, Where, GroupBy, OrderBy, Paging) Handles the request to configure a select data command suitable for the underlying relational data store. (inherited from DiamantGroupingDao<TEntity, TEntityGroup, TDataContext, TDataCommand, TDataReader>).